Home:ALL Converter>Pentaho | Centos

Pentaho | Centos

Ask Time:2016-10-17T13:44:34         Author:Nilesh Patil

Json Formatter

I am working in Pentaho Data Integretion. We have developed the transformations and Job in spoon. We want to move our code on server and server is Centos.

In Centos, we are getting errors while installing UI of Pentaho. We are able to install kitchen on Centos.

Can we run our transformations and job directly with Kitchen? If yes, how?

Waiting for reply.

Author:Nilesh Patil,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40079243/pentaho-centos
karan arora :

if you have to run transformations and jobs using kitchen or pan commands, then there is no need to install the Pentaho, just download the zip file and unzip on centos machine. you have set the JAVA_HOME environmental variable",
2017-05-11T02:17:43
Gordon :

Quoting the docs at \n\n\nhttp://wiki.pentaho.com/display/EAI/Kitchen+User+Documentation\n\n\n\n Kitchen is a program that can execute jobs designed by Spoon in XML or in a database repository. Usually jobs are scheduled in batch mode to be run automatically at regular intervals. \n\n\nThe docs show examples for running jobs via the kitchen.sh script:\n\n\n This example runs a job from file on a windows platform:\n\nkitchen.bat /file:D:\\Jobs\\updateWarehouse.kjb /level:Basic\n\n \n This example runs a job from file on a Linux box:\n\nkitchen.sh -file=/PRD/updateWarehouse.kjb -level=Minimal\n\n \n This example runs a job from the repository on a windows platform:\n (Enter on a single line without returns...)\n\nkitchen.bat\n /rep:\"Production Repository\"\n /job:\"Update dimensions\"\n /dir:/Dimensions\n /user:matt\n /pass:somepassword123\n /level:Basic\n\n\n\nSo I'd say the answer is yes, it's possible to run your transformations and job directly with Kitchen.",
2016-10-17T05:58:19
yy